Skip to main content

GetEventsList

Broadcast Manager Endpoint:
http://machineName:8753/CambriaBM/v1/Events

Stream Manager Endpoint:
http://machineName:8757/CambriaLM/v1/Events

Description

Retrieve a list of events known to the Broadcast/Stream Manager. Filters can be applied to include only specific event statuses.

Arguments

NameTypeDescription
StatusStringOptional. Filters events by their status. Allowed values: Streaming, NotStreaming, Error.

HTTP Method

GET

HTTP XML Response

ElementParentDescription
ContentNoneContainer of the response
StatusContentLogs of the API call
EventsContentList of events
EventEventsContains unique identifier of an event

HTTP Status Codes

ValueDescription
200Successfully processed
400Invalid parameters
5xxUnable to retrieve events list due to server error